C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / CollapsedHeaders Property

In This Topic
CollapsedHeaders Property
In This Topic
Gets or sets a value that determines whether column headers should be collapsed and displayed as a single row displaying the group headers.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property CollapsedHeaders As Nullable(Of Boolean)
 
Remarks
Setting to null causes the grid to show all header information (groups and columns).
See Also